Class SimulationTimerImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.SimulationTimerImpl
All Implemented Interfaces:
IPCObject, SimulationTimer

public class SimulationTimerImpl extends IPCObjectImpl implements SimulationTimer
Information provided by the PKI file:

    \class SimulationTimer
    
    \brief A simulation timer that expires in simulation time.
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • start

      public void start()
      Information provided by the PKI file:
      
          \brief Starts this timer.
          
              
      Specified by:
      start in interface SimulationTimer
    • cancel

      public void cancel()
      Information provided by the PKI file:
      
          \brief Cancels this timer.
          
              
      Specified by:
      cancel in interface SimulationTimer